home *** CD-ROM | disk | FTP | other *** search
/ Macromedia Multimedia Showcase 6.0 / Macromedia Multimedia Showcase v6.0 WIN-MAC (XMSH60CD)(Macromedia, Inc.)(1996).iso / pc / demosoft / xres / data.z / V.PS < prev    next >
Text File  |  1995-10-29  |  1KB  |  73 lines

  1. %!
  2. %%
  3. %%VMlocation: global
  4. %%
  5. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  6. %%                                    %%
  7. %% This file implements the CMap resource for the            %%
  8. %% Vertical character encoding with the JIS 83 character set.        %%
  9. %%                                    %%
  10. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  11.  
  12. /CIDInit /ProcSet findresource begin
  13.  
  14. 12 dict begin
  15.  
  16. begincmap
  17.  
  18. /CIDSystemInfo <<
  19.   /Registry (Adobe)
  20.   /Ordering (Japan1)
  21.   /Supplement 0
  22. >> def
  23.  
  24. /H usecmap
  25.  
  26. /CMapName /V def
  27.  
  28. /CMapVersion 1 def
  29. /CMapType 0 def
  30.  
  31. /WMode 1 def
  32.  
  33. 21 begincidchar
  34.   <2161>    7917
  35.   <2421>    7918
  36.   <2423>    7919
  37.   <2425>    7920
  38.   <2427>    7921
  39.   <2429>    7922
  40.   <2443>    7923
  41.   <2463>    7924
  42.   <2465>    7925
  43.   <2467>    7926
  44.   <246e>    7927
  45.   <2521>    7928
  46.   <2523>    7929
  47.   <2525>    7930
  48.   <2527>    7931
  49.   <2529>    7932
  50.   <2543>    7933
  51.   <2563>    7934
  52.   <2565>    7935
  53.   <2567>    7936
  54.   <256e>    7937
  55. endcidchar
  56.  
  57. 6 begincidrange
  58.   <2122>    <2123>    7887
  59.   <2131>    <2132>    7889
  60.   <213c>    <213e>    7891
  61.   <2141>    <2145>    7894
  62.   <214a>    <215b>    7899
  63.   <2575>    <2576>    7939
  64. endcidrange
  65.  
  66. endcmap
  67.  
  68. CMapName currentdict /CMap defineresource pop
  69.  
  70. end
  71. end
  72.  
  73.